From: Michael Albinus Date: Tue, 4 Aug 2009 03:29:54 +0000 (+0000) Subject: * net/tramp-gvfs.el (top): Remove superfluous message when loading X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11235 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2b28d108524fd2e0f87660185c3fe32572887d98;p=emacs.git * net/tramp-gvfs.el (top): Remove superfluous message when loading fails. --- diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el index e4499a52f83..3091197cad8 100644 --- a/lisp/net/tramp-gvfs.el +++ b/lisp/net/tramp-gvfs.el @@ -145,7 +145,6 @@ ;; Check that GVFS is available. (unless (dbus-ping :session tramp-gvfs-service-daemon) - (message "GVFS daemon not running") (throw 'tramp-loading nil)) (defconst tramp-gvfs-path-mounttracker "/org/gtk/vfs/mounttracker"